home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / ch_4.3 / xcc / xcc.mak < prev    next >
Text File  |  1999-09-11  |  10KB  |  332 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=xcc - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to xcc - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "xcc - Win32 Release" && "$(CFG)" != "xcc - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "xcc.mak" CFG="xcc - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "xcc - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "xcc - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "xcc - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "xcc - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "xcc___Wi"
  42. # PROP BASE Intermediate_Dir "xcc___Wi"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\xcc.exe" "..\..\bindosr\xcc.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\xcc.exe"
  59.     -@erase ".\Release\xcc.exe"
  60.     -@erase ".\Release\cc.obj"
  61.     -@erase ".\Release\xcc.obj"
  62.     -@erase ".\Release\circ_geo.obj"
  63.     -@erase ".\Release\test_xcc.obj"
  64.  
  65. "$(OUTDIR)" :
  66.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  67.  
  68. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  69. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  70. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libimage" /I\
  71.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  72.  /Fp"$(INTDIR)/xcc.pch" /YX /Fo"$(INTDIR)/" /c 
  73. CPP_OBJS=.\Release/
  74. CPP_SBRS=
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  76. # ADD RSC /l 0x409 /d "NDEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xcc.bsc" 
  81. BSC32_SBRS=
  82. LINK32=link.exe
  83. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  84. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  85. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  86.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  87.  odbccp32.lib ..\..\libimage\Release\libimage.lib\
  88.  ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo\
  89.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/xcc.pdb" /machine:I386\
  90.  /out:"$(OUTDIR)/xcc.exe" 
  91. LINK32_OBJS= \
  92.     ".\Release\cc.obj" \
  93.     ".\Release\xcc.obj" \
  94.     ".\Release\circ_geo.obj" \
  95.     ".\Release\test_xcc.obj"
  96.  
  97. "$(OUTDIR)\xcc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  98.     $(LINK32) @<<
  99.   $(LINK32_FLAGS) $(LINK32_OBJS)
  100. <<
  101.  
  102. # Begin Custom Build
  103. ProjDir=.
  104. InputPath=.\Release\xcc.exe
  105. InputName=xcc
  106. SOURCE=$(InputPath)
  107.  
  108. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  109.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  110.  
  111. # End Custom Build
  112.  
  113. !ELSEIF  "$(CFG)" == "xcc - Win32 Debug"
  114.  
  115. # PROP BASE Use_MFC 0
  116. # PROP BASE Use_Debug_Libraries 1
  117. # PROP BASE Output_Dir "xcc___W0"
  118. # PROP BASE Intermediate_Dir "xcc___W0"
  119. # PROP BASE Target_Dir ""
  120. # PROP Use_MFC 0
  121. # PROP Use_Debug_Libraries 1
  122. # PROP Output_Dir "Debug"
  123. # PROP Intermediate_Dir "Debug"
  124. # PROP Target_Dir ""
  125. OUTDIR=.\Debug
  126. INTDIR=.\Debug
  127. # Begin Custom Macros
  128. ProjDir=.
  129. # End Custom Macros
  130.  
  131. ALL : "$(OUTDIR)\xcc.exe" "..\..\bindosd\xcc.exe"
  132.  
  133. CLEAN : 
  134.     -@erase ".\Debug\vc40.pdb"
  135.     -@erase ".\Debug\vc40.idb"
  136.     -@erase ".\Debug\xcc.ilk"
  137.     -@erase ".\Debug\xcc.obj"
  138.     -@erase ".\Debug\test_xcc.obj"
  139.     -@erase ".\Debug\cc.obj"
  140.     -@erase ".\Debug\circ_geo.obj"
  141.     -@erase ".\Debug\xcc.pdb"
  142.     -@erase "..\..\bindosd\xcc.exe"
  143.     -@erase ".\Debug\xcc.exe"
  144.  
  145. "$(OUTDIR)" :
  146.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  147.  
  148. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  149. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  150. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I\
  151.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  152.  /Fp"$(INTDIR)/xcc.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  153. CPP_OBJS=.\Debug/
  154. CPP_SBRS=
  155. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  156. # ADD RSC /l 0x409 /d "_DEBUG"
  157. BSC32=bscmake.exe
  158. # ADD BASE BSC32 /nologo
  159. # ADD BSC32 /nologo
  160. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xcc.bsc" 
  161. BSC32_SBRS=
  162. LINK32=link.exe
  163. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  164. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  165. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  166.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  167.  odbccp32.lib ..\..\libimage\Debug\libimage.lib\
  168.  ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo\
  169.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/xcc.pdb" /debug\
  170.  /machine:I386 /out:"$(OUTDIR)/xcc.exe" 
  171. LINK32_OBJS= \
  172.     ".\Debug\xcc.obj" \
  173.     ".\Debug\test_xcc.obj" \
  174.     ".\Debug\cc.obj" \
  175.     ".\Debug\circ_geo.obj"
  176.  
  177. "$(OUTDIR)\xcc.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  178.     $(LINK32) @<<
  179.   $(LINK32_FLAGS) $(LINK32_OBJS)
  180. <<
  181.  
  182. # Begin Custom Build
  183. ProjDir=.
  184. InputPath=.\Debug\xcc.exe
  185. InputName=xcc
  186. SOURCE=$(InputPath)
  187.  
  188. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  189.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  190.  
  191. # End Custom Build
  192.  
  193. !ENDIF 
  194.  
  195. .c{$(CPP_OBJS)}.obj:
  196.    $(CPP) $(CPP_PROJ) $<  
  197.  
  198. .cpp{$(CPP_OBJS)}.obj:
  199.    $(CPP) $(CPP_PROJ) $<  
  200.  
  201. .cxx{$(CPP_OBJS)}.obj:
  202.    $(CPP) $(CPP_PROJ) $<  
  203.  
  204. .c{$(CPP_SBRS)}.sbr:
  205.    $(CPP) $(CPP_PROJ) $<  
  206.  
  207. .cpp{$(CPP_SBRS)}.sbr:
  208.    $(CPP) $(CPP_PROJ) $<  
  209.  
  210. .cxx{$(CPP_SBRS)}.sbr:
  211.    $(CPP) $(CPP_PROJ) $<  
  212.  
  213. ################################################################################
  214. # Begin Target
  215.  
  216. # Name "xcc - Win32 Release"
  217. # Name "xcc - Win32 Debug"
  218.  
  219. !IF  "$(CFG)" == "xcc - Win32 Release"
  220.  
  221. !ELSEIF  "$(CFG)" == "xcc - Win32 Debug"
  222.  
  223. !ENDIF 
  224.  
  225. ################################################################################
  226. # Begin Source File
  227.  
  228. SOURCE=.\xcc.c
  229. DEP_CPP_XCC_C=\
  230.     ".\xcc.h"\
  231.     ".\..\..\libip\ip.h"\
  232.     ".\..\..\libip\ph.h"\
  233.     ".\..\..\libtiff\libtiff\tiffio.h"\
  234.     ".\..\..\libimage\draw.h"\
  235.     ".\..\..\libip\lldef.h"\
  236.     ".\..\..\libip\sgl_stat.h"\
  237.     ".\..\..\libip\convolve.h"\
  238.     ".\..\..\libip\pcc2.h"\
  239.     ".\..\..\libip\bdy_stru.h"\
  240.     ".\..\..\libtiff\libtiff\tiff.h"\
  241.     ".\..\..\libimage\tiffimage.h"\
  242.     ".\..\..\libimage\gd.h"\
  243.     ".\..\..\libimage\misc.h"\
  244.     ".\..\..\libimage\images.h"\
  245.     
  246.  
  247. "$(INTDIR)\xcc.obj" : $(SOURCE) $(DEP_CPP_XCC_C) "$(INTDIR)"
  248.  
  249.  
  250. # End Source File
  251. ################################################################################
  252. # Begin Source File
  253.  
  254. SOURCE=.\test_xcc.c
  255. DEP_CPP_TEST_=\
  256.     ".\xcc.h"\
  257.     ".\..\..\libip\ip.h"\
  258.     ".\..\..\libip\ph.h"\
  259.     ".\..\..\libtiff\libtiff\tiffio.h"\
  260.     ".\..\..\libimage\draw.h"\
  261.     ".\..\..\libip\lldef.h"\
  262.     ".\..\..\libip\sgl_stat.h"\
  263.     ".\..\..\libip\convolve.h"\
  264.     ".\..\..\libip\pcc2.h"\
  265.     ".\..\..\libip\bdy_stru.h"\
  266.     ".\..\..\libtiff\libtiff\tiff.h"\
  267.     ".\..\..\libimage\tiffimage.h"\
  268.     ".\..\..\libimage\gd.h"\
  269.     ".\..\..\libimage\misc.h"\
  270.     ".\..\..\libimage\images.h"\
  271.     
  272.  
  273. "$(INTDIR)\test_xcc.obj" : $(SOURCE) $(DEP_CPP_TEST_) "$(INTDIR)"
  274.  
  275.  
  276. # End Source File
  277. ################################################################################
  278. # Begin Source File
  279.  
  280. SOURCE=.\circ_geo.c
  281. DEP_CPP_CIRC_=\
  282.     ".\xcc.h"\
  283.     ".\..\..\libip\ip.h"\
  284.     ".\..\..\libip\ph.h"\
  285.     ".\..\..\libtiff\libtiff\tiffio.h"\
  286.     ".\..\..\libimage\draw.h"\
  287.     ".\..\..\libip\lldef.h"\
  288.     ".\..\..\libip\sgl_stat.h"\
  289.     ".\..\..\libip\convolve.h"\
  290.     ".\..\..\libip\pcc2.h"\
  291.     ".\..\..\libip\bdy_stru.h"\
  292.     ".\..\..\libtiff\libtiff\tiff.h"\
  293.     ".\..\..\libimage\tiffimage.h"\
  294.     ".\..\..\libimage\gd.h"\
  295.     ".\..\..\libimage\misc.h"\
  296.     ".\..\..\libimage\images.h"\
  297.     
  298.  
  299. "$(INTDIR)\circ_geo.obj" : $(SOURCE) $(DEP_CPP_CIRC_) "$(INTDIR)"
  300.  
  301.  
  302. # End Source File
  303. ################################################################################
  304. # Begin Source File
  305.  
  306. SOURCE=.\cc.c
  307. DEP_CPP_CC_C6=\
  308.     ".\xcc.h"\
  309.     ".\..\..\libip\ip.h"\
  310.     ".\..\..\libip\ph.h"\
  311.     ".\..\..\libtiff\libtiff\tiffio.h"\
  312.     ".\..\..\libimage\draw.h"\
  313.     ".\..\..\libip\lldef.h"\
  314.     ".\..\..\libip\sgl_stat.h"\
  315.     ".\..\..\libip\convolve.h"\
  316.     ".\..\..\libip\pcc2.h"\
  317.     ".\..\..\libip\bdy_stru.h"\
  318.     ".\..\..\libtiff\libtiff\tiff.h"\
  319.     ".\..\..\libimage\tiffimage.h"\
  320.     ".\..\..\libimage\gd.h"\
  321.     ".\..\..\libimage\misc.h"\
  322.     ".\..\..\libimage\images.h"\
  323.     
  324.  
  325. "$(INTDIR)\cc.obj" : $(SOURCE) $(DEP_CPP_CC_C6) "$(INTDIR)"
  326.  
  327.  
  328. # End Source File
  329. # End Target
  330. # End Project
  331. ################################################################################
  332.